home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / dtype / multipri.lha / MultiPrint / Source / MultiPrint.cd < prev    next >
Text File  |  1995-08-07  |  994b  |  48 lines

  1. ;
  2. ; $PROJECT: MultiPrint - print datatype objects
  3. ;
  4. ; $VER: MultiPrint.cd 39.0 (07.08.95)
  5. ;
  6. ; by
  7. ;
  8. ; Stefan Ruppert , Windthorststrasse 5 , 65439 Floersheim , GERMANY
  9. ;
  10. ; (C) Copyright 1995
  11. ; All Rights Reserved !
  12. ;
  13. ; $HISTORY:
  14. ;
  15. ; 07.08.95 : 039.000 : initial
  16. ;
  17. MSG_PRINTING_FILE                      (4000//)
  18. Printing file %s ...
  19. ;
  20. MSG_NO_PRINTING_SUPPORTED              (//)
  21. The datatype for %s doesn't support printing !\n
  22. ;
  23. ;--- Printer error messages ----
  24. PRERR_NOERR                            (5000//)
  25. Done !\n
  26. ;
  27. PRERR_CANCEL                           (//)
  28. Canceled !\n
  29. ;
  30. PRERR_NOTGRAPHICS                      (//)
  31. Printer cannot output graphics !\n
  32. ;
  33. PRERR_OBS1                             (//)
  34. Obsolete !\n
  35. ;
  36. PRERR_BADDIMENSION                     (//)
  37. Print dimensions are illegal !\n
  38. ;
  39. PRERR_OBS2                             (//)
  40. Obsolete !\n
  41. ;
  42. PRERR_INTERNALMEMORY                   (//)
  43. Not enough memory !\n
  44. ;
  45. PRERR_BUFFERMEMORY                     (//)
  46. Not enough memory !\n
  47. ;
  48.